@charset "utf-8";
/* CSS Document */
/**common**/
*{ margin:0; padding:0;}
body{ min-width:1300px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:6px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#1f1f1f;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#1f1f1f;}


/*top*/
.header {padding:0 90px;position:fixed;left:0;top:0;right:0;z-index:100;-webkit-transition:.5s;-o-transition:.5s;transition:.5s; background:url(../images/top_linebg.png) center top repeat-x; background-size:2px 100%; border-bottom:1px solid rgba(255,255,255,.2)}
.logo {margin-top:16px;float:left;height:65px;line-height:65px;font-size:0;overflow:hidden;}
.logo img {display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
.hd-r {float:right;visibility: visible !important;padding-top:0;}
.nav {float:left}
.nav>ul>li {float:left;position:relative}
.nav>ul>li>.b_t{position:relative;overflow:hidden;}
.nav>ul>li>.b_t>.v1 {padding:0 24px;display:block;font-size:17px;color:#fff;height:90px;line-height:90px;position:relative;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;font-weight: bold;}
.nav>ul>li>.b_t:after {display:block;content:'';position:absolute;left:50%;bottom:0;width:60%;height:3px;background: #e72327;margin-left:-30%;z-index:12;opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transition:.5s;-o-transition:.5s;transition:.5s;z-index:99;}
.nav>ul>li:hover>.b_t>.v1{color:#fff;}
.nav>ul>li:hover>.b_t:after {opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}
.nav>ul>li>.b_t.navon>.v1{color: #e72327;}
.nav>ul>li>.b_t.navon:after {opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}
.nav>ul>li>.b_t>.v1:before{content:attr(data-title);position:absolute;top:0;left:0;z-index:9;transform:translateY(100%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color: #e72327;}
.nav>ul>li:hover>.b_t>.v1{transform: translateY(-100%);}
.hd-so { margin-left:12px;float:right;width:34px;height:40px; line-height:40px; color:#fff; font-size:15px;background:url(../images/search_btn.png) center right no-repeat;cursor:pointer; padding:0 30px 0 0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.hd-en { display:block; margin-left:12px;float:right;width:34px;height:40px; line-height:40px; color:#fff; font-size:15px;background:url(../images/en_btn.png) center right no-repeat;cursor:pointer; padding:0 30px 0 0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.box-sub {position:absolute;left:-34px;top:100%;width:560px; height: auto!important;background-color:#f8f8f8;z-index:10;display:none}
.box-sub .pic {float:right;width:386px;padding:25px 40px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.box-sub .pic img {display:block;width:100%}
.snav {padding:25px;min-height:170px;background-color:#fff;overflow:hidden}
.snav li {border-bottom:1px solid #f7f7f7;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.snav a {padding-left:10px;display:inline-block;vertical-align:middle;font-size:14px;color:#666;line-height:38px;background-repeat:no-repeat;background-position:left center;background-image:url(../images/icon-next.png)}
.snav a:hover {color:#004d9f;background-image:url(../images/icon-next2.png)}
.nav>ul>li.n5 .box-sub,.nav>ul>li.n6 .box-sub,.nav>ul>li.n7 .box-sub, .nav>ul>li.n8 .box-sub {right:-34px;left:auto}
.nav>ul>li.n5 .box-sub:before,.nav>ul>li.n6 .box-sub:before,.nav>ul>li.n7 .box-sub:before, .nav>ul>li.n8 .box-sub:before {right:38px;left:auto}
.hd-so-pop {padding:51px 0 35px;position:fixed;left:0;top:106px;right:0;background-color:#f8f8f8;z-index:10;display:none;}
.hd-so-pop .so-inner {width:962px;margin:0 auto}
.so-search {position:relative;height:46px;overflow:hidden}
.so-search input {outline:0;border:none}
.so-search .input {padding:0 200px 0 34px;display:block;width:100%;height:46px;line-height:46px;background-color:#fff;font-size:14px;color:#333}
.so-search .submit {padding-left:8px;position:absolute;display:block;right:0;top:0;height:46px;line-height:46px;font-size:16px;color:#fff;background-color:#004d9f;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.so-search .submit .icon {margin:8px 10px 0 0;display:inline-block;vertical-align:middle;width:58px;height:30px;background:url(../images/search_btn.png) center center no-repeat;position:relative}
/* .so-search .submit .icon:after {content:'';position:absolute;right:0;top:50%;width:1px;height:16px;background-color:#e47780;margin-top:-8px}
*/.so-search .submit:hover {opacity:.8;filter:alpha(opacity=80);filter:alpha(Opacity=80);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'}
.hdDown .header{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}
.hdDown .logo{margin-top:20px;height:50px;line-height:50px}
.hdDown .nav>ul>li>.b_t>.v1{ line-height: 90px; height: 90px;}
.hdDown .hd-so{ color:#999;background:url(../images/search_btn2.png) center right no-repeat;}
.hdDown .hd-en{ color:#999;background:url(../images/en_btn1.png) center right no-repeat;}
.hdDown .hd-so-pop{top:90px}
.hdDown .nav>ul>li>.b_t>.v1{color:#333;}
.hdDown .nav>ul>li>.b_t.navon>.v1{color: #e72327;}
.hdDown .logo{background:url(../images/logo2.png) center center no-repeat;background-size: contain;visibility: visible !important;}
.hdDown .logo img{opacity:0;}
.hcover{display:none;}
.menu_open{display:none;}
.subopen { display: none; }

.ly_head { width:100%; height:40px; line-height:40px; color:#fff; font-size:14px; text-align:right;}


/* banner 开始 */
.apple-banner { width: 100%; height: 780px; overflow: hidden;background:url(../images/ba_bg.jpg) center center no-repeat; background-size:1920px 780px;}
.apple-banner .swiper-container { width: 100%; height: 780px; position:relative;}
.apple-banner .swiper-container .swiper-slide {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;position: relative;overflow: hidden;}
.apple-banner .swiper-container .swiper-slide a{ display:block; width:100%; height:100%;}
.apple-banner .swiper-container .swiper-slide .conn{display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;width: 100%;height: 100%;}
.apple-banner .swiper-container .swiper-slide .conn .bg{background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;/*-webkit-animation: 15s infinite activeB;-moz-animation: 15s infinite activeB;-ms-animation: activeB 15s infinite;-o-animation: 15s infinite activeB;animation: 15s infinite activeB;*/overflow: hidden;position:absolute;top:0;left;0;width:100%;height:100%;z-index:0;}
/*.apple-banner .swiper-container .swiper-slide:before{content:'';position: absolute;display:block;width: 100%;height: 100%;top: 0;background: rgba(45,49,77);left: 0;z-index: 2; opacity: 0.5;}*/
.apple-banner .swiper-container .slide_video{/*padding:0 0 0; */position:relative;overflow: hidden;}
.apple-banner .swiper-container .swiper-slide video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:100%;/*height:100%;*/z-index:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
.ba_PrevNext { width:45%; height:70px; overflow:hidden; margin:0; padding:0; background-color:rgba(13,81,152,0.9); position:absolute; left:0; bottom:0; z-index:99;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 160px; height: 100%; position:absolute; top:0; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { right:160px; left:inherit;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 100%; height: 70px; line-height:70px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; border-radius: 100%; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span {}
.apple-banner .swiper-button-next span {}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: 1;}
.apple-banner .swiper-button-prev span img, .apple-banner .swiper-button-next span img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.apple-banner .swiper-button-prev span img { margin:-4px 8px 0 0;}
.apple-banner .swiper-button-prev:hover span img { margin:-4px 16px 0 0;}
.apple-banner .swiper-button-next:hover span img { margin:-4px 0 0 16px;}
@keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-moz-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-ms-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-webkit-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-o-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
.ba_text1 { width:100%; max-width:1600px; overflow:hidden; margin:260px auto 0; padding:0;    position: relative;z-index:10;}
.ba_text1 p { width:80%; overflow:hidden; line-height:60px; color:#fff; font-size:58px; font-weight:bold; text-align:center; text-shadow:0 2px 4px rgba(0,0,0,0.1); letter-spacing:4px; margin:0 auto; padding:0;}
.ba_text1 em { display:block; width:60px; height:5px; overflow:hidden; margin:30px auto; padding:0; background-color:#fff;}
.ba_text1 span { display:block; width:80%; overflow:hidden; line-height:30px; color:#fff; font-size:18px; text-align:center; text-shadow:0 2px 4px rgba(0,0,0,0.1); margin:0 auto; padding:0;}
.ba_text1 a { display:block; width:220px; height:60px; overflow:hidden; line-height:58px; color:#fff; font-size:18px; text-align:center; text-shadow:0 2px 4px rgba(0,0,0,0.1); border:1px solid #fff; border-radius:30px; margin:80px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a img { display:inline-block; width:24px; height:24px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a:hover { width:240px;}
.ba_text1 a:hover img { margin:-4px 0 0 20px;}

.ba_scroll {width:60px;overflow:hidden;margin:0 0 0 -30px;padding:0;position:absolute;left:50%;bottom:10px;z-index:99;cursor:pointer;display: none;}
.ba_scroll span { display:block; width:100%; overflow:hidden; line-height:20px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ba_scroll p { width:24px; height:36px; overflow:hidden; margin:5px auto 0; padding:0; border:1px solid #fff; border-radius:12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ba_scroll p i { display:block; width:1px; height:12px; overflow:hidden; background-color:#fff; margin:12px auto; padding:0; animation-name: scrollTip; animation-duration: 1s; animation-iteration-count: infinite;}

/*分页器*/
.apple-banner .swiper-pagination{top:auto;background:none; bottom:30px !important;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(255, 255, 255, .5); border-radius:50%;}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,1);}
.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .replace span{ background-color:#fff;}


/*热门关键词&搜索 开始*/
.ly_hotkw_search { width:100%; height:120px; margin:0 auto; padding:0; background-color:#fff; box-shadow:0 6px 12px rgba(0, 0, 0, 0.1); position:relative; z-index:9;}
.ly_hotkw_search .hotkw_search { width:1300px; height:100%; overflow:hidden; margin:0 auto; padding:20px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.hotkw_search .hotkw_left { float:left; width:35%; height:auto; overflow:hidden; margin:0; padding:0 5% 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .hotkw_left p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:24px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto 4px; padding:0;}
.hotkw_search .hotkw_left p font { font-weight:bold;}
.hotkw_search .hotkw_left span { display:inline-block; max-width:100%; height:36px; overflow:hidden; line-height:36px; color:#fff; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color:#e72327; margin:0 auto; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.hotkw_search .search_mid { float:left; width:40%; height:auto; overflow:hidden; margin:0;padding: 10px 5% 0; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_mid form { padding:0 80px 0 0; position:relative;}
.hotkw_search .search_mid .sc_ipt { width:100%; height:40px; overflow:hidden; margin:0; padding:0;}
.search_mid .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#777; font-size:14px; white-space:nowrap; text-overflow: ellipsis; border:1px solid #dedede; border-right:0; background:#fff url(../images/sc_btn.png) 9px 9px no-repeat; outline:none; margin:0; padding:0 10px 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_mid .sc_btn { width:80px; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.search_mid .sc_btn input { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#e72327; border:none; outline:none; cursor:pointer;}
.hotkw_search .search_mid p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.hotkw_search .search_mid p a { color:#999;}
.hotkw_search .search_mid p a:hover { color:#e72327;}

.hotkw_search .tel_right { width:25%; height:auto; margin:0; padding:10px 0 10px 5%; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .tel_right img { display:block; width:60px; height:60px; overflow:hidden; margin:0 3px 0 0; padding:0; float:left;}
.hotkw_search .tel_right span { display:inline-block; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:16px; margin:4px auto; padding:0;}
.hotkw_search .tel_right p { height:30px; overflow:hidden; line-height:30px; color:#e72327; font-size:28px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}

/*热门关键词&搜索 结束*/


/*首页-大标题 开始*/
.ly_title { width:100%; max-width:1300px; overflow:hidden; margin:0 auto 30px; padding:0;}
.ly_title p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#e72327; font-size:32px; font-weight:bold; text-align:center; margin:0 auto 8px; padding:0;}
.ly_title p font { color:#34313a;}
.ly_title span { display:block; width:100%; height:auto; overflow:hidden; line-height:24px; color:#797979; font-size:14px; text-align:center; margin:0 auto; padding:0;}

.ly_title0 { width:100%; height:60px; overflow:hidden; margin:0 auto 40px; padding:0; text-align:center;}
.ly_title0 p { display:block; height:40px; line-height:40px; color:#e72327; font-size:34px; font-weight:bold; text-align:center; margin:0; padding:0;}
.ly_title0 span { display:block; height:30px; line-height:30px; color:#777; font-size:16px; text-align:center; margin:0 auto; padding:0; background:url(../images/line.png) center no-repeat; background-size:1200px 30px;}
.ly_title1 p { color:#fff;}
.ly_title1 span { color:#fff;}

/*首页-大标题 结束*/


/*首页-产品中心 开始*/
.ly_idxPro {width:100%;overflow:hidden;margin:0 auto;padding: 60px 0 0;background-color:#f6f6f6;}
.ly_idxPro .lyIdxPro_main { width:1300px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_main .lyIdxPro_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li { width:31%; overflow:hidden; margin:0 3.5% 40px 0; padding:10px; background-color:#fff; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li:nth-child(3n+3) { margin:0 0 40px;}
.lyIdxPro_list ul li:hover { background-color:#e72327;}
.lyIdxPro_list ul li .lyIdxPro_img { width:100%; height:240px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_img a img.idxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_list ul li:hover .lyIdxPro_img a img.idxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxPro_list ul li .lyIdxPro_text { width:100%; overflow:hidden; margin:0 auto; padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text i { display:block; width:48px; height:3px; overflow:hidden; background-color:#e72327; margin:2px 0 12px; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto 12px; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a { display:block; width:46.5%; height:40px; overflow:hidden; line-height:38px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn1 { float:left; background-color:#e72327; border:1px solid #e72327;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn2 { float:right; background-color:#333; border:1px solid #333;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a img { display:inline-block; margin:0 0 0 6px;}
.lyIdxPro_list ul li:hover .lyIdxPro_text .lyIdxPro_name a { color:#fff;}
.lyIdxPro_list ul li:hover .lyIdxPro_text i { background-color:#fff;}
.lyIdxPro_list ul li:hover .lyIdxPro_text p { color:#fff;}
.lyIdxPro_list ul li:hover .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn1, .lyIdxPro_list ul li:hover .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn2 { background:none; border:1px solid #fff;}


/*产品分类 开始*/
.lyIdxPro_main .lyIdxPro_menu {width:100%;overflow:hidden;margin: 0 auto 40px;padding:0;height: 52px;}
.lyIdxPro_menu ul li {width:19.2%;height: 50px;overflow:hidden;margin:0 1% 10px 0;padding:0;float:left;}
.lyIdxPro_menu ul li:nth-child(5n+5) { margin:0 0 10px;}
.lyIdxPro_menu ul li a {display:block;width:100%;height: 50px;overflow:hidden;line-height: 50px;color:#fff;font-size: 15px;text-align:center;white-space:nowrap;text-overflow: ellipsis;background-color:#e72327;margin:0;padding:0 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxPro_menu ul li a img { margin:-2px 4px 0 0;}
.lyIdxPro_menu ul li a:hover { background-color:#1f1f1f;}
/*产品分类 结束*/
/*首页-产品中心 结束*/

/*首页新改产品展示 开始*/
.ly_idxPro{background:url(../images/main52417788.jpg) center no-repeat; background-size:cover;}
.homeProBack{width:1300px;margin:0 auto;}
/*.homePro {margin:0 -135px;}*/
.homePro ul {width:100%;}
.homePro ul .proLI {padding:0 15px;}
.homePro ul .proLI .proWhite {background-color:#fff;padding:21px;}
.homePro ul .proLI .proWhite .proPIc {display:block;overflow:hidden;position:relative;height:290px;text-align:center;outline:none;}
.homePro ul .proLI .proWhite .proPIc:before{content:'';display:block;width:100%;height:100%;background:#000 url(../images/pro_hover.png) center center no-repeat;position:absolute;left:0;top:0;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;display:none;z-index:99;}
.homePro ul .proLI .proWhite:hover .proPIc:before{display: block;}
.homePro ul .proLI .proWhite .proPIc .is2 {-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;transition:-webkit-transform 2s;-ms-interpolation-mode:bicubic;max-width:100%;max-height:100%;vertical-align:middle;}
.homePro ul .proLI:hover .proWhite .proPIc .is2 {transform:scale(1.09,1.09);-ms-transform:scale(1.09,1.09);-webkit-transform:scale(1.09,1.09);-o-transform:scale(1.09,1.09);-moz-transform:scale(1.09,1.09);}
.homePro ul .proLI .proWhite .proPIc .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.homePro ul .proLI .proWhite .proPIc .proBg .ico {position:absolute;width:66px;height:66px;line-height:0;left:50%;top:50%;margin:-33px 0 0 -33px;opacity:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;}
.homePro ul .proLI .proWhite .proPIc:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(255,255,255,0.5);}
.homePro ul .slick-center .proLI .proWhite .proPIc:after{ background:0;}
.homePro ul .proLI .proWhite .elli {display:block;padding:4.24% 0 0 0;color:#333;font-size: 18px;line-height:1;text-align:center;}
.homePro ul .proLI .proWhite a.elli{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;outline:none;} 
.homePro ul .proLI:hover .proWhite a.elli {color:#e60012;}
.homePro ul .proLI .proWhite .tit {padding:10px 0 6px 0;color:#999;font-size:14px;line-height:24px;text-align:center;height:45px;overflow:hidden;}
.homePro .slick-prev {position:absolute;width:66px;height:66px;left:-8%;top:50%;margin-top:-65px;background:url(../images/main10.png) center no-repeat;background-size:cover;}
.homePro .slick-prev:hover {opacity:0.8;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;}
.homePro .slick-next {position:absolute;width:66px;height:66px;right:-8%;top:50%;margin-top:-65px;background:url(../images/main11.png) center no-repeat;background-size:cover;}
.homePro .slick-next:hover {opacity:0.8;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;}
.homePro .slick-dots {position:static;bottom:auto;padding-top:2%;text-align:center;}
.homePro .slick-dots li {display:inline-block;vertical-align:top;width:12px;height:12px;background-color:#999;margin:0 10px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;}
.homePro .slick-dots li.slick-active {background-color:#e60012;}
.homePro .slick-dots li button {display:none;}
.homeProBtn {text-align:center;line-height:0;padding:3.28% 0 4.28% 0;}
.homeProBtn a {display:inline-block;vertical-align:top;padding:0 20px 0 26px;background-color:#f39800;}
.homeProBtn a:hover {background-color:#e60012;}
.homeProBtn a b {float:left;width:14px;height:14px;margin:12px 0 0 13px;line-height:0;}
.homeProBtn a span {float:left;color:#fff;font-size:12px;line-height:39px;text-transform:uppercase;}
/*首页新改产品展示 结束*/


/*首页-优势 开始*/
.ly_idxAdv { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background:url(../images/idxAdv_bg.jpg) center center no-repeat; background-size:cover;}
.ly_idxAdv .idxAdv_title { width:100%; overflow:hidden; margin:0 auto 60px; padding:0 0 40px; border-bottom:1px solid rgba(255, 255, 255, 0.15);}
.idxAdv_title p { width:100%; height:auto; overflow:hidden; line-height:40px; color:#fff; font-size:34px; font-weight:bold; text-align:center; margin:0 auto 10px; padding:0;}
.idxAdv_title span { display:block; width:100%; height:auto; overflow:hidden; line-height:32px; color:#fff; font-size:28px; text-align:center; margin:0 auto; padding:0;}

.ly_idxAdv .idxAdv_main { width:1300px; overflow:hidden; margin:0 auto; padding:60px 0; position:relative;}
.idxAdv_main .idxAdv_pro { width:250px; height:370px; overflow:hidden; margin:-185px 0 0 -125px; padding:0; position:absolute; left:50%; top:50%;}
.idxAdv_pro img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.idxAdv_main ul li { width:36%; overflow:hidden; margin:0; padding:0 80px; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAdv_main ul li:first-child, .idxAdv_main ul li:nth-child(2) { margin:0 0 80px;}
.idxAdv_main ul li:nth-child(2n+2) { float:right;}
.idxAdv_main ul li img { display:block; width:80px; height:80px; overflow:hidden; margin:-40px 0 0; padding:0; position:absolute; top:50%; right:0;}
.idxAdv_main ul li:nth-child(2n+2) img { left:0;}
.idxAdv_main ul li .idxAdv_text { width:100%; min-height:80px; overflow:hidden; margin:0; padding:0 20px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAdv_main ul li:nth-child(2n+2) .idxAdv_text { padding:0 0 0 20px;}
.idxAdv_main ul li .idxAdv_text p { width:100%; height:auto; overflow:hidden; line-height:32px; color:#fff; font-size:24px; font-weight:bold; text-align:right; margin:0 auto 8px; padding:0;}
.idxAdv_main ul li .idxAdv_text span { display:block; width:100%; height:48px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:right; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.idxAdv_main ul li:nth-child(2n+2) .idxAdv_text p { text-align:left;}
.idxAdv_main ul li:nth-child(2n+2) .idxAdv_text span { text-align:left;}

/*首页-优势 结束*/

/*首页我们的服务 开始*/
.h_service {width: 100%;height: 440px;background: url(../images/h_service.jpg) no-repeat center;box-sizing: border-box;padding-top: 100px;text-align: center;}
.h_service .h_service_in{width: 1300px;height:auto;margin:0 auto;padding:0;}
.h_service .tlt { color: #ffffff;font-size: 36px;height: 37px;line-height: 37px;}
.h_service .two_model {width: 100%; margin: 57px auto 0 auto;}
.h_service .two_model>.left {float: left;width:40%;background:#fff;padding:50px 4%;box-shadow: 0 0 10px rgba(0,0,0,.2);border-radius:14px 0 14px 0;}
.h_service .two_model .conn{float:left;width:70%;}
.h_service .two_model .conn .icon{width:72px;height:72px;float:left;}
.h_service .two_model .conn .wz {float:left;margin-left:30px;text-align:left;}
.h_service .two_model .conn .wz p{font-size:26px;color:#333;margin-bottom:8px;}
.h_service .two_model .conn .wz span{display:block;font-size:16px;color:#777;}
.h_service .two_model .more{float:right;width:20%;text-align:right;color:#999999;height:14px;line-height:14px;font-size:15px;margin-top:30px;}
.h_service .two_model .more:hover{color:#e72327;}
.h_service .two_model>.right {float: right;width:40%;background:#fff;padding:50px 4%;box-shadow: 0 0 10px rgba(0,0,0,.2);border-radius:14px 0 14px 0;}
.h_service .two_model>.left:hover{transform: translate(0,-3px);transition: 0.3s;}
.h_service .two_model>.right:hover{transform: translate(0,-3px);transition: 0.3s;}
/*首页我们的服务 结束*/

/*首页-公司新闻 开始*/
.h_news {width:100%;margin:0 auto;padding: 45px 0 60px;}
.h_news .h_news_in{width:1300px;margin:0 auto;}
.h_news .new-left{width:44%;float:left;}
.new-left_header {color:#222222;height:40px;font-size:28px;line-height:40px;margin-bottom:30px;}
.new-left_header a {color:#666666;height:20px;font-size:14px;line-height:20px;float:right;margin-top:10px;padding-right:12px;transition:0.3s;margin-bottom:30px;}
.new-left_header a:hover {color:#284DA0;transition:0.3s;}
.new-left-li{width: 92%;background:#F6F6F6;padding: 30px 4%;overflow: hidden;}
.li_lefts {width: 40%;height: 115px;float:left;overflow: hidden;}
.li_lefts a{display:block;width: 100%;height: 100%;}
.li_lefts img {width: 100%;height: 100%;object-fit: cover;}
.li_rights {float: right;width: 56%;position:relative;height: 115px;}
.li_rights-bottom {position:absolute;bottom:0;left:0;width: 100%;}
.li_rights_t {float:left;color:#666666;height:17px;font-size:14px;line-height:17px;}
.li_rights_more {color:#666666;height:17px;font-size:14px;line-height:17px;float:right;padding-right:21px;transition:0.3s;}
.li_rights_more:hover {transition:0.3s;color:#e72327;}
.c_news_wrap{width: 92%;background:#F6F6F6;padding: 25px 4%;overflow: hidden;margin-top: 21px;}
.li_rightsH {color:#222222;font-size:18px;margin-bottom: 12px;width: 100%;line-height:24px;text-align:left;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.li_rightsH a{color:#222222;}
.li_rightsH a:hover {color:#e72327;}
.li_rightsP {color: #666666;height:44px;font-size: 15px;line-height:22px;margin-bottom:14px;box-sizing:border-box;width: 100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

.h_news .new-right{width:52%;float:right;}
.h_news .new-right .bd{background-color: #F6F6F6;padding:20px 5% 10px;}
.new-right_li{height:54px;box-sizing:border-box;line-height:50px;color:#666666;border-bottom:1px dotted #DDDDDD;padding-left:15px;background:url(../images/qlcon.png) no-repeat left center;}
.new-right_li .li_rights_left{color:#222222;font-size:16px;line-height:54px;width:70%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;}
.new-right_li .li_rights_right{width:20%;font-size: 15px;float: right;line-height:54px;color:#999;text-align:right;}
.new-right_li .li_rights_left:hover{color:#e72327;}
.new-right_li:last-of-type{border-bottom: 0;}
/*首页-公司新闻 结束*/


/*首页-关于我们 开始*/
.h_aboutus {width:100%;height:577px;background:url(../images/h_aboutus.jpg) no-repeat center;text-align:center;box-sizing:border-box;padding-top:100px;}
.h_aboutus .tlt {font-size:36px;color:#ffffff;height:34px;line-height:34px;}
.f_title {margin-top:30px;}
.f_title>p {color:#ffffff;height:23px;line-height:23px;font-size:24px;}
.f_title>p>span {width:100px;height:1px;background-color:#ffffff;opacity:0.5;display:inline-block;vertical-align:middle;}
.f_title>p>i {width:8px;height:8px;background-color:#ffffff;opacity:0.5;display:inline-block;vertical-align:middle;}
.f_title .m_r {margin-right:20px;}
.f_title .m_l {margin-left:20px;}
.h_aboutus .conn {font-size: 15px;line-height: 30px;color:#ffffff;width: 1200px;margin:55px auto 73px auto;}
.h_aboutus .f_detial {width:220px;height:58px;line-height:58px;border:solid 1px #ffffff;color:#ffffff;font-size: 15px;margin:0 auto;display:block;box-sizing:border-box;background-color:rgba(255,255,255,0.2);}
.h_aboutus .f_detial:hover {border:none;background-color: #e72327;line-height:60px;}

.pq_number {width:100%;height:140px;background-color: #ba1114;}
.pq_number>ul {width:1420px;margin:0 auto;}
.pq_number li {width:355px;float:left;text-align:center;margin-top:37px;border-right:1px solid rgba(255,255,255,0.12);box-sizing:border-box;}
.pq_number li:last-of-type {border-right:0;}
.pq_number .data {height:35px;line-height:35px;font-size:48px;font-weight:bold;color:#ffffff;}
.pq_number p {height:16px;line-height:16px;color:#ffffff;font-size:16px;margin-top:16px;}
.pq_number .i_alone {font-size:16px;color:#ffffff;font-weight:normal;vertical-align:top;}

/*首页-关于我们 结束*/


/*首页-案例 开始*/
.lyIdxPro_Tj { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_Tj .lyTjPro_main {width: 1320px;height:auto;margin:0 auto;padding:0;}
.lyIdxPro_Tj .biaoti1{font-size:36px;font-weight:bold;height:37px;line-height:37px;color:#222222;margin:60px 0 50px;text-align:center;}
.lyIdxPro_Tj .biaoti1 span{color:#e72327;}

.lyTjPro_main .lyTjPro_list { width:100%; height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyTjPro_scoll {width:100%; padding:0; position:relative;}
.lyTjPro_scoll .item { position:relative; min-height:240px; overflow:hidden;}
.lyTjPro_scoll .swiper-button-prev, .lyTjPro_scoll .swiper-button-next { width:40px; height:40px; position:absolute; left:-60px; top:50%; margin-top:-20px; background:url(../images/Tjprev01.png) center center no-repeat; background-size:40px 40px; cursor:pointer;}
.lyTjPro_scoll .swiper-button-next { left:auto; right:-60px; background:url(../images/Tjnext01.png) center center no-repeat; background-size:40px 40px;}
.lyTjPro_scoll .swiper-button-prev:hover { background:url(../images/Tjprev02.png) center center no-repeat; background-size:40px 40px;}
.lyTjPro_scoll .swiper-button-next:hover { background:url(../images/Tjnext02.png) center center no-repeat; background-size:40px 40px;}
.lyTjPro_scoll .content-slider {}
.lyTjPro_scoll .content-slider li .Tjpro_pic { display:block; width:100%; overflow:hidden; height:220px; background-color:#fff; border:1px solid #f6f6f6; text-align:center; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyTjPro_scoll .content-slider li .Tjpro_pic img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.lyTjPro_scoll .content-slider li .Tjpro_pic .iblock { display:block; width:40px; height:40px; overflow:hidden; margin:0 0 0 -20px; background:url(../images/Tjpro_more1.png) center center no-repeat; position:absolute; left:50%; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.lyTjPro_scoll .content-slider li:hover .Tjpro_pic .iblock { background:url(../images/Tjpro_more2.png) center center no-repeat; margin:0 0 -20px -20px; bottom:50%;}
.lyTjPro_scoll .content-slider li:hover .Tjpro_pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.lyTjPro_scoll .lSPager { display:none;}

.lyTjPro_scoll .content-slider li .Tjpro_text { width:100%; overflow:hidden; margin:0 auto; padding:20px; background-color:#fff; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:18px; font-weight:bold; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto 10px; padding:0;}
.lyTjPro_scoll .content-slider li .Tjpro_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:center; margin: 0 auto; padding: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyTjPro_scoll .content-slider li:hover .Tjpro_text .Tjpro_name { color:#e72327;}

.lyTjPro_scoll .content-slider li .Tjpro_text { width:100%; overflow:hidden; margin:0 auto; padding:15px; background-color: #f6f6f6; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:16px;text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto 0; padding:0;}
.lyTjPro_scoll .content-slider li .Tjpro_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:center; margin: 0 auto; padding: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyTjPro_scoll .content-slider li:hover .Tjpro_text .Tjpro_name { color:#e72327;}
.pq_more_anli {width:220px;height:58px;line-height:58px;background-color:#f8f8f8;border:solid 1px #dddddd;margin:50px auto 62px auto;font-size:14px;color:#999999;text-align:center;display:block;box-sizing:border-box;font-size:15px;}
.pq_more_anli:hover {border:none;color:#fff;background-color:#e72327;}
/*首页-案例 结束*/




/*首页-推荐产品 结束*/


/*首页-友情链接 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#2c2c2c;}
.ly_Links .lyLinks_main { width:1300px; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_tit { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; margin:0 auto; padding:0 20px 0 52px; background:#252424 url(../images/lk_icon.png) 20px center no-repeat; border-radius:0 0 8px 8px;}
.lyLinks_main .Lk_list {width:100%;overflow:hidden;margin:0 auto;padding:10px 0;color: #999;}
.lyLinks_main .Lk_list a { display:inline-block; height:40px; line-height:40px; color:rgba(255, 255, 255, 0.5); font-size:14px; margin:0; padding:0 20px;}
.lyLinks_main .Lk_list a:hover { color:#fff;}

/*首页-友情链接 结束*/


/*底部 开始*/
.ly_foot { width:100%; margin:0 auto; padding:0; background:#353535 url(../images/ft_bg.jpg) center center;}
.ly_foot .ly_Ftmain { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 20px;}
.ly_Ftmain .ly_Ftcon { width:1300px; overflow:hidden; margin:0 auto; padding:0;}
.ly_Ftcon .ly_FtLeft { width:76%; overflow:hidden; margin:0; padding:0; float:left;}
.ly_FtLeft ul li { width:25%; overflow:hidden; margin:0; padding:0 40px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;max-height: 277px;}
.ly_FtLeft ul li a { display:block; width:100%; height:36px; overflow:hidden; line-height:36px; color:rgba(255, 255, 255, 0.5); font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_FtLeft ul li a:hover { color:#fff;}
.Ft_tit { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:18px; margin:0 auto 20px; padding:0;}

.ly_Ftcon .ly_FtRight { width:24%; overflow:hidden; margin:0; padding:0; float:right;}
.ly_FtRight p { width:100%; overflow:hidden; line-height:24px; color:rgba(255, 255, 255, 0.5); font-size:14px; margin:0 auto 20px; padding:0;}
.ly_FtRight .ly_FtEwm { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_FtEwm img { display:inline-block; width:96px; height:96px; overflow:hidden; margin:0 20px 0 0; padding:0; vertical-align:middle;}
.ly_FtEwm span { display:inline-block; line-height:24px; color:rgba(255, 255, 255, 1); font-size:14px;}
.ly_FtRight .ly_FtXx { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.ly_FtXx p { width:100%; line-height:24px; color:rgba(255, 255, 255, 0.5); font-size:14px; margin:0 auto 10px; padding:0;}

.ly_foot .ly_FtBottom { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.ly_foot .ly_FtBottom .FtBottom_mid { width:1300px; height:auto; overflow:hidden; margin:0 auto; padding:10px 0;}
.FtBottom_mid .Ft_Copy { width:100%; line-height:40px; color:rgba(255, 255, 255, 0.5); font-size:14px;}
.FtBottom_mid .Ft_Copy a { color:rgba(255, 255, 255, 0.5);}
.FtBottom_mid .Ft_Copy a:hover { color:#fff;}

/*底部 结束*/


/*ny_banner 开始*/
.ny_banner { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; background:url(../images/ny_banner1.jpg) center center no-repeat; background-size:1920px 300px;}

/*ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb { width:1300px; overflow:hidden; margin:20px auto; padding:0 0 0 24px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.ly_crumb p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#545454; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_crumb p a { color:#545454;}
.ly_crumb p a:hover { color:#e72327;}
.ly_crumb p span { color:#797979;}



/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0;}

/*关于我们-公司简介 开始*/
.ny_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; text-align:center;}
.ny_title p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:32px; text-align:center; margin:0 auto 16px; padding:0;}
.ny_title span { display:inline-block; height:24px; line-height:24px; color:#fff; font-size:14px; margin:0 auto; padding:0 20px; background-color:#e72327;}

.ly_Gsjj { width:1300px; overflow:hidden; margin:0 auto 60px; padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_text p { line-height:30px; color:#787878; font-size:15px; text-align:justify; text-indent:2em; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#787878!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}

.lyNyAbout_data { width:100%; overflow:hidden; margin:40px auto 0; padding:0; text-align:center;}
.lyNyAbout_data ul li { width:33.333333%; margin:0; padding:0; border-left:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyAbout_data ul li:last-child { border-right:1px solid #eaeaea;}
.lyNyAbout_data ul li .lyNyAbout_DataTitle { width:100%; height:60px; overflow:hidden; line-height:60px; color:#e72327; font-size:56px; font-weight:bold; text-align:center;}
.lyNyAbout_data ul li .lyNyAbout_DataTitle span { line-height:30px; font-size:14px; font-weight:normal; vertical-align:top;}
.lyNyAbout_data ul li em { display:block; width:24px; height:2px; overflow:hidden; margin:20px auto; padding:0; background-color:#e72327;}
.lyNyAbout_data ul li p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0;}

/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ly_Qywh { width:100%;  margin:60px auto; padding:0;}
.ly_Qywh .lyQywh_title { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 80px; background-color:#797979;}
.lyQywh_title .ny_title { margin:0 auto;}
.lyQywh_title .ny_title p { color:#fff;}
.lyQywh_title .ny_title span { background-color:rgba(255, 255, 255, 0.3);}

.ly_Qywh .lyQywh_list { width:1300px;  margin:-40px auto 0; padding:0;}
.lyQywh_list ul li { width:22%; overflow:hidden; margin:0 4% 0 0; padding:24px;background: #fff;    box-shadow: 0 0 20px rgba(0,0,0,.1); float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyQywh_list ul li:last-child { margin:0;}
.lyQywh_list ul li img { display:block; width:96px; height:96px; overflow:hidden; margin:0 auto; padding:0; border-radius:50%;}
.lyQywh_list ul li .lyQywh_name { width:100%; height:36px; overflow:hidden; line-height:36px; color:#333; font-size:18px; font-weight:bold; text-align:center; margin:16px auto 8px; padding:0;}
.lyQywh_list ul li p { width: 100%; height: 56px; overflow:hidden; line-height: 28px; color: #999; font-size: 14px; text-align:center; word-break: break-all; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin: 0 auto; padding: 0;}

/*关于我们-企业文化 结束*/


/*关于我们-发展历程 开始*/
.ly_AboutHistory { width:1300px; overflow:hidden; margin:60px auto; padding:0;}
.ly_AboutHistory .lyAboutHistory_main { width:100%; overflow:hidden; margin:0 auto; padding:50px 0 100px; background:url(../images/dot1.jpg) center top repeat-y; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main i { display:block; width:12px; height:12px; overflow:hidden; margin:0 0 0 -6px; padding:0; background-color:#bebebe; border-radius:50%; position:absolute; top:0; left:50%;}
.lyAboutHistory_main .lyAboutHistory_list { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyAboutHistory_list ul { width:100%;}
.lyAboutHistory_list ul li { width:50%; height:auto; margin:60px 0 0; padding:0 25px 0 0; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_list ul li:first-child { margin:0;}
.lyAboutHistory_list ul li:nth-child(2n+2) { float:right; margin:60px 0 0; padding:0 0 0 25px;}
.lyAboutHistory_con { width:100%; overflow:hidden; margin:0 auto; padding: 20px 40px; border:1px solid #e8e8e8; border-radius:10px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_con .lyAboutHistory_text { width:100%; _height:56px; overflow:hidden; line-height:28px; color:#666; font-size:16px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; _-webkit-line-clamp: 2; margin:0; padding:0;}
.lyAboutHistory_con .lyAboutHistory_time { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:24px; margin:0 auto; padding:0;}

.lyAboutHistory_list ul li em, .lyAboutHistory_list ul li:nth-child(2n+2) em { display:block; width:38px; height:24px; overflow:hidden; margin:0; padding:0; position:absolute; top:25px;}
.lyAboutHistory_list ul li em { background:url(../images/dot2.png) center center no-repeat; background-size:38px 24px; right:-12px;}
.lyAboutHistory_list ul li:nth-child(2n+2) em { background:url(../images/dot3.png) center center no-repeat; background-size:38px 24px; left:-12px;}

.ly_AboutHistory a.ZKmore { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; text-align:center; margin:0 0 0 -80px; padding:0; background-color:#e72327; border-radius:4px; position:absolute; bottom:0; left:50%; cursor:pointer;}
.ly_AboutHistory a.ZKmore:hover { background-color:#e72327;}

/*关于我们-发展历程 结束*/



/*关于我们-荣誉资质 开始*/
.ly_AboutHonor { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#f3f3f3;}
.lyAboutHonor_list { width:1200px; height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll {width: 100%;padding: 0;position: relative;}
.ny_honor_scoll .item { position:relative; min-height:240px; overflow:hidden;}
.ny_honor_scoll .swiper-button-prev, .ny_honor_scoll .swiper-button-next { background:url(../images/jiantou_l.png) center center no-repeat; width:25px; height:45px; position:absolute; left:-60px; top:50%; margin-top:-22.5px;cursor:pointer;}
.ny_honor_scoll .swiper-button-next { left:auto; right:-60px; background:url(../images/jiantou_r.png) center center no-repeat;}
.ny_honor_scoll .swiper-button-prev:hover { background:url(../images/jiantou_l0.png) center center no-repeat;}
.ny_honor_scoll .swiper-button-next:hover { background:url(../images/jiantou_r0.png) center center no-repeat;}
.ny_honor_scoll .content-slider {}
.ny_honor_scoll .content-slider li .pic { display:block; width:100%; height:280px; background-color:#fff; text-align:center; margin:0 auto 1px; padding:0; position:relative; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img { max-width:95%; max-height:95%; vertical-align:middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ny_honor_scoll .content-slider li .pic .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ny_honor_scoll .content-slider li:hover .pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager { display:none;}

.ny_honor_scoll .content-slider li .lyAboutHonor_text { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:10px; background-color:#fff; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text { background-color:#e72327; color:#fff;}

/*关于我们-荣誉资质 结束*/



/*内页-关于我们 结束*/


/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; min-height: 480px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_NyProducts .lyNyPro_main { width:1300px; height:auto; margin:0 auto; padding:0;}
.lyNyPro_main .lyNyPro_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyPro_main .lyNyPro_right { width:72%; height:auto; margin:0; padding:0; float:right;}

.lyNyPro_right .lyNyPro_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyPro_list ul li { width:32%; overflow:hidden; margin:0 2% 20px 0; padding:10px; background-color:#f2f2f2; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
.lyNyPro_list ul li:hover { background-color:#e72327;}
.lyNyPro_list ul li .lyIdxPro_img { width:100%; height:240px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyPro_list ul li .lyIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_list ul li .lyIdxPro_img a img.idxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyPro_list ul li:hover .lyIdxPro_img a img.idxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyPro_list ul li .lyIdxPro_text { width:100%; overflow:hidden; margin:0 auto; padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyNyPro_list ul li .lyIdxPro_text i { display:block; width:48px; height:3px; overflow:hidden; background-color:#e72327; margin:2px 0 12px; padding:0;}
.lyNyPro_list ul li .lyIdxPro_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto 12px; padding:0;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_btn { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_btn a { display:block; width:48%; height:40px; overflow:hidden; line-height:38px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn1 { float:left; background-color:#e72327; border:1px solid #e72327;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn2 { float:right; background-color:#333; border:1px solid #333;}
.lyNyPro_list ul li .lyIdxPro_text .lyIdxPro_btn a img { display:inline-block; margin:0 0 0 4px;}
.lyNyPro_list ul li:hover .lyIdxPro_text .lyIdxPro_name a { color:#fff;}
.lyNyPro_list ul li:hover .lyIdxPro_text i { background-color:#fff;}
.lyNyPro_list ul li:hover .lyIdxPro_text p { color:#fff;}
.lyNyPro_list ul li:hover .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn1, .lyNyPro_list ul li:hover .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn2 { background:none; border:1px solid #fff;}



/*内页-产品分类 开始*/
.lyNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto 20px;}
.lyNyPro_left .cp_type {}

.lyNyPro_left .cp_type .hd { text-align:center; background-color:#e72327; padding:20px;}
.lyNyPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.lyNyPro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; background:url(../images/mulu_tlt.png) center center no-repeat; margin-right:5px; vertical-align:middle; margin-top:-3px;}
.lyNyPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}

.lyNyPro_left .cp_type .bd { border-top:0; padding:20px 10px 10px; background-color:#f2f2f2;}
.lyNyPro_left .cp_type .bd ul li { margin:0 auto 10px;}
.lyNyPro_left .cp_type .bd ul li.on { border:0;}
.lyNyPro_left .cp_type .bd ul li p { height:48px; line-height:48px; background-color:#a5a5a5;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 10px; overflow: hidden; line-height:48px; color:#fff; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_left .cp_type .bd ul li p a img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-2px 8px 0 0;}
.lyNyPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.lyNyPro_left .cp_type .bd ul li div { display:none;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#454545; font-size:14px; margin:0 auto 1px; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:#fff url(../images/icon4.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color:#e72327;}
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color:#fff;}
.lyNyPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#e72327; background:url(../images/icon5.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.lyNyPro_left .cp_type .bd ul a.ckqb:hover { background:#e72327; color:#fff;}

/*内页-产品分类 结束*/
/*内页-产品中心 结束*/

/*相关文章*/
.lyNyPro_left .jswzbox{ margin-top:30px;}
.lyNyPro_left .jswzbox .hd p:before{background: url(../images/xgwz_tlt.png) center center no-repeat;}
.lyNyPro_left .jswzbox .bd ul li p a{ width:100%; padding:0 10px;}

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:19px; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { box-shadow:0 8px 16px rgba(0, 0, 0, 0.08); border:1px solid #fff;}
.nyPro_list ul li .nyProList_img { width:27%; height:160px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyPro_list ul li .nyProList_text { width:70%; height:160px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_name a { display:block; width:100%; height:36px; overflow:hidden; line-height:36px; color:#32353a; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li:hover .nyProList_text .nyProList_name a { color:#e72327;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:24px; overflow:hidden; line-height:24px; color:#999; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:24px auto 12px; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0 20px 0 0; padding:0; float:left;}
.nyProList_text .nyProList_tips dl dd span { color:#333;}
.nyProList_text .nyProList_tips dl dd:last-child { margin:0;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:88px; height:34px; overflow:hidden; line-height:32px; color:#aaa; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:first-child { color:#fff; background-color:#e72327; border:1px solid #e72327;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#e72327; border:1px solid #e72327;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#e72327;}
.Xgwz_tit p { height:32px; line-height:32px; color:#fff; font-size:26px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:#fff; font-size:14px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 19px; border:1px solid #dfdfdf; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#32353a; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#e72327;}

/*内页-产品列表 结束*/


/*内页-新闻中心&技术文章 开始*/
.ly_NyNews { width:100%; min-height: 480px; height:auto; margin:0 auto 60px; padding:0;}
.ly_NyNews .lyNyNew_main { width:1300px; height:auto; margin:0 auto; padding:0;}

.lyNyNew_main .lyNyNew_Tj { width:100%; overflow:hidden; margin:0 auto 24px; padding:0; background-color:#f5f5f5; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjImg { width:44.5%; height:390px; overflow:hidden; margin:0; padding:20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjImg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyNew_Tj .lyNyNew_TjImg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjImg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyNew_Tj .lyNyNew_TjText { width:55.5%; height:390px; overflow:hidden; margin:0; padding:20px 40px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { display:block; width:100%; height:64px; overflow:hidden; line-height:32px; color:#333; font-size:24px; font-weight:bold; text-align:justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a:hover { color:#e72327;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { width:100%; height:32px; overflow:hidden; line-height:32px; color:#999; font-size:16px; margin:12px auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width:100%; height:140px; overflow:hidden; line-height:28px; color:#666; font-size:16px; text-align:justify; text-indent:0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjMore { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:12px 0 0; border-top:1px dashed #ccc;}
.lyNyNew_Tj .lyNyNew_TjMore a { display:inline-block; line-height:40px; color:#666; font-size:16px; padding:0;}
.lyNyNew_Tj .lyNyNew_TjMore a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; padding: 0; background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
.lyNyNew_Tj .lyNyNew_TjMore a:hover { color:#e72327;}
.lyNyNew_Tj .lyNyNew_TjMore a:hover i { background: url(../images/jt14.png) center center no-repeat; background-size: 20px 20px;}

.lyNyNew_main .lyNyNew_list { width:100%; height:auto; margin:0 auto 30px; padding:0;}
.lyNyNew_main .lyNyNew_list li {list-style:none;box-shadow:0px 10px 6px -6px #ddd;border:1px solid #eee;border-radius:2px;margin-bottom:30px;width:49%;float:left;margin-right:2%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyNyNew_main .lyNyNew_list li:nth-child(odd) {margin-right:0;}
.lyNyNew_main .lyNyNew_list li:nth-child(1){width:100%;margin-right:0;}
.lyNyNew_main .lyNyNew_list li .more {background-color:#f6f6f6;padding:10px 30px;margin-top:20px;}
.lyNyNew_main .lyNyNew_list li .tlt {padding:20px 30px 15px;font-weight: normal;color: #555;font-size: 17px;display: block;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.lyNyNew_main .lyNyNew_list li:hover .tlt {color: #e72327;}
.lyNyNew_main .lyNyNew_list li .lh-3{padding:0 30px;color:#999;line-height: 24px;height: 45px;overflow: hidden;font-size: 15px;}
.lyNyNew_main .lyNyNew_list li .more {background-color:#f6f6f6;padding:10px 30px;margin-top:20px;overflow: hidden;}
.pull-left {float:left;display: block;height: 32px;line-height: 32px;color: #777;}
.lyNyNew_main .lyNyNew_list li .more .xq {display:block;width:120px;height:32px;line-height:32px;background-color: #cc0f13;color:#fff;border-radius:2px;float: right;text-align: center;}
.lyNyNew_main .lyNyNew_list li:hover .more .xq {background-color: #e72327;}
.lyNyNew_main .lyNyNew_list li:hover{border:1px solid #e72327;}

.lyNyDown_list ul{}
.lyNyDown_list ul li {margin:0 auto 30px;padding: 12px 20px;position:relative;width: 48.5%;margin-right: 3%;float: left;background:#fff;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-shadow: 0px 2px 12px rgba(0,0,0,.1);}
.lyNyDown_list ul li:nth-child(2n){margin-right:0;}
.lyNyDown_list ul li .lyNyDown_name {width: 92%;height:40px;overflow:hidden;margin:0 auto;padding: 0 0 0 0;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;}
.lyNyDown_list ul li .lyNyDown_name a {display:block;width: 78%;height:40px;overflow:hidden;line-height:40px;color:#32353a;font-size:16px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0 0 0 20px;background:url(../images/baikeico.png) no-repeat 0 center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;}
.lyNyDown_list ul li .lyNyDown_name span {display:block;width: 20%;height:40px;overflow:hidden;line-height:40px;color:#999;font-size:15px;text-align:center;margin:0;padding:0;float: right;}
.lyNyDown_list ul li:hover .lyNyDown_name a { color:#e83328;}

.lyNyDown_list ul li .lyNyDown_btn {width: 8%;height:40px;overflow:hidden;margin:0;padding:0;float: right;}
.lyNyDown_list ul li .lyNyDown_btn a {display:block;width:36px;height:36px;overflow:hidden;padding:0;background: #e72327  url(../images/jt12.png) center center no-repeat;border-radius:50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: right;}
.lyNyDown_list ul li:hover .lyNyDown_btn a { background:#d8291e url(../images/jt12.png) center center no-repeat;}

.NyNewsdetail_con .NyDown_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;text-align:center;}
.NyNewsdetail_con .NyDown_btn a{ display:inline-block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; text-indent:0; margin:0 8px; padding:0; background-color:#e83328; border-radius:4px;}
.NyNewsdetail_con .NyDown_btn a:hover { background-color:#f3463c;}
.NyNewsdetail_con .NyDown_btn a:nth-child(2){background:#444;}
.NyNewsdetail_con .NyDown_btn a:nth-child(2):hover { background-color:#636262;}

/*内页-新闻中心&技术文章 结束*/


/*分页样式 开始*/
#fengye { margin:40px auto 0; padding:0; color:#666; font-size:14px; text-align:center;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #e72327; color: #ffffff; }
#fengye a.pnnum1 { background: #e72327; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #e72327; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

/*分页样式 结束*/


/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1300px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:32px; color:#545760; font-size:24px; font-weight:bold; text-align:center; margin:0 auto 30px; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#aaa; font-size:14px; text-align:center; margin:0 auto; padding:0 10px 20px; border-bottom:1px dashed #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; overflow:hidden; margin:0 auto 60px; padding:30px 0; line-height:30px; color:#565656; font-size:15px; text-align:justify; border-bottom:1px solid #eaeaea;}
.NyNewsdetail_con p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.ly_PrevNext { width:100%; overflow:hidden; margin:30px auto 0; padding:0;}
.ly_PrevNext ul li { width:100%; overflow:hidden; line-height:20px; color:#565656; font-size:14px; margin:0 auto 20px; padding:10px 20px; background-color:#f1f1f1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li:last-child { margin:0 auto;}
.ly_PrevNext ul li a { overflow:hidden; line-height:20px; color:#565656; font-size:14px;}
.ly_PrevNext ul li:hover { color:#fff; background-color:#e72327;}
.ly_PrevNext ul li:hover a { color:#fff;}

/*内页-新闻详情&文章详情 结束*/


/*内页-在线留言 开始*/
.ly_NyOrder { width:1300px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 8%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 88%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 92%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 88%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #e72327!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#e72327!important;}

/*内页-在线留言 结束*/


/*内页-联系我们 开始*/
.ly_NyContact { width:1300px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_NyContact .lyNyContact_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyContact_lxfs ul { border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf;}
.lyNyContact_lxfs ul li { width:33.333333%; overflow:hidden; margin:0; padding:40px 20px 20px; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li img { display:block; width:130px; height:130px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyContact_lxfs ul li span { display:block; width:100%; overflow:hidden; color:#797979; font-size:14px; text-align:center; margin:0 auto 10px; padding:0;}
.lyNyContact_lxfs ul li p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}

.lyNyContact_main .lyNyContact_ewm { width:100%; overflow:hidden; margin:0 auto 20px; padding:60px 0; background:#fff url(../images/NyContact_ewmbg.jpg) center center no-repeat; background-size:100%;}
.lyNyContact_ewm p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm .ewm_img { width:160px; height:160px; overflow:hidden; margin:30px auto 0; padding:0;}
.lyNyContact_ewm .ewm_img img { display:block; width:100%; height:100%; margin:0 auto; padding:0;}

.lyNyContact_main .lyNyContact_map { width:100%; overflow:hidden; margin:0; padding:0; float:right;height: 400px;}
.lyNyContact_map .lyNyContact_Mapmain { width:100%; height:380px; overflow:hidden; margin:0 auto; padding:9px; background-color:#fff; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

/*内页-联系我们 结束*/


/*内页-荣誉资质 开始*/
.ly_NyHonor { width:1300px; height:auto; margin:0 auto 60px; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; height:auto; margin:0 2% 30px 0; padding:0; background-color:#fff; float:left;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li a.NyHonor_img { display:block; width:100%; height:235px; overflow:hidden; margin:0 auto; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyHonor_list ul li a.NyHonor_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover a.NyHonor_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li a.NyHonor_name { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:15px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0; border-top:1px solid #f3f3f3;}
.lyNyHonor_list ul li:hover a.NyHonor_name { color:#fff; background-color:#e72327;}

/*内页-荣誉资质 结束*/


/*内页-产品详情 开始*/
.ly_NyProDetail { width:1300px; overflow:hidden; margin:0 auto 60px; padding:0;}

.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_con .lyNyProDetail_right { width:72%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:2px solid #a5a5a5;}
.lyNyProDetail_ConTit p { width:80px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#a5a5a5; margin:0 0 -1px; padding:0 20px;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}


.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:130px; overflow:hidden; margin:20px auto; padding:15px 20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #adadad;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #e72327;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #787878;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #e72327;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

/*内页-产品详情 结束*/


/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:25%;z-index:999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-liuyan{ display:none;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#e72327;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#e72327;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

/*右侧漂浮 结束*/

 
 /*内页-成功案例 开始*/
.ly_NySuccesscase { width:1300px; height:auto; margin:0 auto 60px; padding:0;}
.ly_NySuccesscase .lyNyCase_list { width:100%; height:auto; margin:0 auto; padding:0;}
.ly_NySuccesscase .lyNyCase_list ul li { width:32%; margin:0 2% 24px 0; padding:10px; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) { margin:0 0 24px;}

.lyNyCase_list ul li .idxCase_img { width:100%; height:250px; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyNyCase_list ul li .idxCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyCase_list ul li .idxCase_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyCase_list ul li:hover .idxCase_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyCase_list ul li .idxCase_text { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyCase_list ul li .idxCase_text .idxCase_name { width:100%; height:40px; margin:0 auto; padding:0 10px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text .idxCase_name em { display:block; width:0px; height:2px; overflow:hidden; margin:0; padding:0; background-color:#e72327; position:absolute; left:-10px; top:19px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyCase_list ul li:hover .idxCase_text .idxCase_name em { width:20px;}
.lyNyCase_list ul li .idxCase_text .idxCase_name { width:100%; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li:hover .idxCase_text .idxCase_name { padding:0 0 0 10px;}
.lyNyCase_list ul li .idxCase_text .idxCase_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li:hover .idxCase_text .idxCase_name a { color:#e72327;}
.lyNyCase_list ul li .idxCase_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; word-break:break-all; margin:0 auto; padding:0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*内页-成功案例 结束*/

/*新底部*/
.newft{width:100%;height: auto;background: #353535 url(../images/ft_bg.jpg) center center;background-size: cover;}
.newftw1200{ width:1300px; margin:0 auto;}
.newft .newft_top{padding:50px 0;border-bottom: 1px solid #4a4848;}
.newft .newft_top .part1{width: 38%;padding-right:2%;}
.newft .newft_top .part1 img{margin-top: 12px;}
.newft .newft_top .part1 .ico{ margin:40px 0;}
.newft .newft_top .part1 .ico1{background:url(../images/foot_ab.png) left center no-repeat; padding-left:8%;}
.newft .newft_top .part1 .ico2{background:url(../images/foot_lx.png) left center no-repeat; padding-left:8%;}
.newft .newft_top .part1 .ico3{background:url(../images/foot_con.png) left center no-repeat; padding-left:8%;}
.newft .newft_top .part1 span{ display:inline-block;height:40px; line-height:40px; color:#fff; padding-right:2%;}
.newft .newft_top .part1 span a{ display:inline-block; line-height:40px;color:#fff;}

.newft .newft_top .part2{width:12%;padding-right:4%;margin-top: 10px;margin-right: 1%;height: 185px;overflow: hidden;}
.newft .newft_top .part2 dl dt{font-size:20px;color:#fff;margin-bottom:10px;font-weight: bold;}
newft .newft_top .part2  dl dd{}
.newft .newft_top .part2 dl dd a{display:inline-block;font-size: 14px;color:#999;line-height:35px;width: 100%;background:url(../images/fot_jt.png) right center no-repeat;padding-right: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newft .newft_top .part2 dl dd a:hover{color:#fff;background:url(../images/fot_jt1.png) right center no-repeat;}

.newft .newft_top .part3{ width:30%;padding-right:2%;}
.newft .newft_top .part3 .tit1{ font-size:32px; font-weight:bolder; color:#fff;}
.newft .newft_top .part3 span{font-size: 15px;color:#999;line-height:28px;max-height:50px;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;margin-top: 6px;}
.newft .newft_top .part3 .tit2{width:73%;font-size:28px;color:#fff;border-bottom: 1px solid #4a4848;margin-top: 10px;font-weight: bold;padding-bottom: 5px;}

.newft .newft_top .part4{ width:10%; text-align:center;}
.newft .newft_top .part4 img{max-width:95%;margin-top: 6px;}
.newft .newft_top .part4 span{display: block;font-size:15px;color:#999;line-height:30px;padding-top: 7px;}

.newft .newft_bot{font-size:15px;color:#999;padding: 20px 0;}
.newft .newft_bot span a{font-size:15px; color:#999;}
.newft .newft_bot span a:hover{color:#fff;}
/*新底部*/

